Other Functions
The following functions are available globally.
-
Compares whether two option sets contain the same elements.
Declaration
Swift
public func == (lhs: LaunchOptionsSet, rhs: LaunchOptionsSet) -> BoolParameters
lhsCompared element.
rhsCompared element.
Return Value
Result of the operation.
Other Functions Reference